projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c77719
)
(env_vars): Set SHELL registry entry to value of COMSPEC environment variable.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 8 May 1996 17:50:59 +0000
(17:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 8 May 1996 17:50:59 +0000
(17:50 +0000)
nt/addpm.c
patch
|
blob
|
history
diff --git
a/nt/addpm.c
b/nt/addpm.c
index db492cb882032dd0c9662acc0c9997ebe2029102..25c75c2ab03c4713bd05a86911be969f958524c9 100644
(file)
--- a/
nt/addpm.c
+++ b/
nt/addpm.c
@@
-55,7
+55,7
@@
env_vars[] =
{
{"emacs_dir", NULL},
{"EMACSLOADPATH", "%emacs_dir%\\lisp"},
- {"SHELL", "
cmd
"},
+ {"SHELL", "
%COMSPEC%
"},
{"EMACSDATA", "%emacs_dir%\\etc"},
{"EMACSPATH", "%emacs_dir%\\bin"},
{"EMACSLOCKDIR", "%emacs_dir%\\lock"},